Skip to content

fix: Update cargo's config to use the new linker parameter#100

Merged
9names merged 1 commit intorp-rs:mainfrom
ithinuel:switch-to-fliplink
May 16, 2025
Merged

fix: Update cargo's config to use the new linker parameter#100
9names merged 1 commit intorp-rs:mainfrom
ithinuel:switch-to-fliplink

Conversation

@ithinuel
Copy link
Member

Since rust v1.74, the linker can be selected without using rustflags. This plays nicer with RUSTFLAGS.

Fixes #82

Since rust v1.74, the linker can be selected without using rustflags.
This plays nicer with `RUSTFLAGS`.
Copy link
Member

@9names 9names left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This plays nicer with RUSTFLAGS

If you have RUSTFLAGS problems you're still going to run into issues, but this is still a good change IMO.

@9names 9names merged commit 55928a6 into rp-rs:main May 16, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use linker = ...

2 participants